Skip to content

chore: clean up CI workflow naming and add lint jobs#269

Merged
retr0h merged 3 commits intomainfrom
chore/ci-cleanup
Mar 15, 2026
Merged

chore: clean up CI workflow naming and add lint jobs#269
retr0h merged 3 commits intomainfrom
chore/ci-cleanup

Conversation

@retr0h
Copy link
Collaborator

@retr0h retr0h commented Mar 15, 2026

Summary

  • Rename workflow files for consistent hyphenated naming (commitlint
    commit-lint, depreviewdep-review, reportcardreport-card,
    docsdocs-deploy, docs-testdocs-build)
  • Add standalone docs-lint.yml workflow for docs::fmt-check
  • Add standalone just-lint.yml workflow for just::fmt-check
  • Wire up just module in justfile (mod? just, fetch lines)
  • Add ready recipe for local pre-commit workflow (generate, docs::fmt,
    go::fmt, go::vet)

🤖 Generated with Claude Code

Rename workflow files for consistent hyphenated naming:
- commitlint.yml → commit-lint.yml
- depreview.yml → dep-review.yml
- reportcard.yml → report-card.yml
- docs.yml → docs-deploy.yml
- docs-test.yml → docs-build.yml (lint moved to own file)

Add new standalone lint workflows:
- docs-lint.yml runs docs::fmt-check
- just-lint.yml runs just::fmt-check

Add just::fmt-check to the test recipe and a ready recipe
for local pre-commit formatting, linting, and codegen.

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
@github-actions
Copy link
Contributor

Thank you for contributing to this project! 😊🕹️

retr0h and others added 2 commits March 15, 2026 15:45
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Justfile linting is handled by the standalone just-lint.yml
workflow and should not block the Go test pipeline.

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
@retr0h retr0h merged commit e19ce43 into main Mar 15, 2026
9 checks passed
@retr0h retr0h deleted the chore/ci-cleanup branch March 15, 2026 23:04
@codecov
Copy link

codecov bot commented Mar 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #269   +/-   ##
=======================================
  Coverage        ?   99.84%           
=======================================
  Files           ?      227           
  Lines           ?     9925           
  Branches        ?        0           
=======================================
  Hits            ?     9910           
  Misses          ?       11           
  Partials        ?        4           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 831c1f1...a46aa7c. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant